@font-face {
  font-family: myFirstFont;
  src: url(../estilos/Sansation\ Light.ttf);
}

* {
  font-family: myFirstFont;
}
body {
  background-color: rgb(216, 215, 149);
}
